Hook
public class Hook
Method Summary | |
---|---|
static void | add(string tag, mixed behavior, bool first) 动态添加行为扩展到某个标签 |
static void | import(array tags, boolean recursive) 批量导入插件 |
static array | get(string tag) 获取插件信息 |
static mixed | listen(string tag, mixed params, mixed extra, bool once) 监听标签的行为 |
static mixed | exec(mixed class, string tag, Mixed params, mixed extra) 执行某个行为 |
public static void add(string tag, mixed behavior, bool first)
动态添加行为扩展到某个标签
public static void import(array tags, boolean recursive)
批量导入插件
public static array get(string tag)
获取插件信息
public static mixed listen(string tag, mixed params, mixed extra, bool once)
监听标签的行为
public static mixed exec(mixed class, string tag, Mixed params, mixed extra)
执行某个行为